{
	"blt_version" : 2,
	"name" : "No Mutants Allowed",
	"description" : "Do basic checks and eventually mark oafish cheaters",
	"author" : "TdlQ\n    chinese translation by LR_Daring\n    spanish translation by Kilowide",
	"image" : "tdlq.dds",
	"color" : "0.52 1 0",
	"contact" : "",
	"version" : "118",
	"simple_update_url" : "http://pd2mods.z77.fr/update/NoMutantsAllowed.zip",
	"simple_dependencies" : {
		"More Weapon Stats": "http://pd2mods.z77.fr/update/MoreWeaponStats.zip"
	},
	"updates": [
		{
			"identifier" : "SimpleModUpdater",
			"display_name" : "Simple Mod Updater",
			"install_folder" : "Simple Mod Updater",
			"host" : { "meta": "http://pd2mods.z77.fr/meta/SimpleModUpdater", }
		}
	],
	"hooks" : [
		{
			"hook_id" : "lib/managers/blackmarketmanager",
			"script_path" : "lua/blackmarketmanager.lua"
		},
		{
			"hook_id" : "lib/managers/hudmanagerpd2",
			"script_path" : "lua/hudmanagerpd2.lua"
		},
		{
			"hook_id" : "lib/managers/menumanager",
			"script_path" : "lua/menumanager.lua"
		},
		{
			"hook_id" : "lib/managers/playermanager",
			"script_path" : "lua/playermanager.lua"
		},
		{
			"hook_id" : "lib/managers/timespeedmanager",
			"script_path" : "lua/timespeedmanager.lua"
		},
		{
			"hook_id" : "lib/network/base/basenetworksession",
			"script_path" : "lua/basenetworksession.lua"
		},
		{
			"hook_id" : "lib/network/base/handlers/connectionnetworkhandler",
			"script_path" : "lua/connectionnetworkhandler.lua"
		},
		{
			"hook_id" : "lib/network/base/networkpeer",
			"script_path" : "lua/networkpeer.lua"
		},
		{
			"hook_id" : "lib/network/handlers/unitnetworkhandler",
			"script_path" : "lua/unitnetworkhandler.lua"
		},
		{
			"hook_id" : "lib/units/beings/player/huskplayermovement",
			"script_path" : "lua/huskplayermovement.lua"
		},
		{
			"hook_id" : "lib/units/enemies/cop/copdamage",
			"script_path" : "lua/copdamage.lua"
		},
		{
			"hook_id" : "lib/units/pickups/ammoclip",
			"script_path" : "lua/ammoclip.lua"
		},
		{
			"hook_id" : "lib/units/props/securitycamera",
			"script_path" : "lua/securitycamera.lua"
		},
		{
			"hook_id" : "lib/units/weapons/newnpcraycastweaponbase",
			"script_path" : "lua/newnpcraycastweaponbase.lua"
		},
		{
			"hook_id" : "lib/units/weapons/raycastweaponbase",
			"script_path" : "lua/raycastweaponbase.lua"
		},
		{
			"hook_id" : "lib/units/weapons/shotgun/npcshotgunbase",
			"script_path" : "lua/npcshotgunbase.lua"
		}
	]
}